numpy.append numpy.append(arr, values, axis=None) [source] Append values to the end of an array. Parameters ... Note that append does not occur in-place: a new array is allocated and filled. If axis is None, out is a flattened array. See also insert delet